home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / T2500.MDM < prev    next >
Text File  |  1993-08-04  |  3KB  |  103 lines

  1. ; Telebit T2500
  2. ; Originally tested on Version GF7.00--T2500SA
  3.  
  4. ;===============================================
  5. ; Last revision date: 08/04/93 (update this date
  6. ; each time you edit; it is also advisable to rename
  7. ; your edited file [use Save As, rather than Save 
  8. ; option] to avoid later confusion and to keep the 
  9. ; original .MDM file intact).
  10.  
  11. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  12. ; Command File) for a description of modem command 
  13. ; files and how they work. "A Sample Modem Command 
  14. ; File" is user selectable within the Lotus Notes 
  15. ; Setup dialog "Modem Type" listbox in which you found 
  16. ; this modem command file (see end of listings, 
  17. ; beginning with a period) and is a printable ASCII 
  18. ; text file (approximately 14 pages). 
  19.  
  20. ; Additional information may be obtained from either of 
  21. ; the two so-called "generic" modem command files 
  22. ; (alphabetically listed under letter G, designed for 
  23. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  24. ; 14400 bps maximum, respectively), each of which may 
  25. ; first be tried as-is with unlisted modems, then edited 
  26. ; if required (within the Notes edit box, or outside of 
  27. ; Notes, with any text editor) according to the printed 
  28. ; instructions within each file, and in compliance with 
  29. ; the vendor's command set, result codes, DIP switch 
  30. ; settings, and technical specifications as listed in 
  31. ; the equipment's users manual.
  32.  
  33. ; For the specific modem(s) listed under this heading:
  34. ;=====================================================
  35.  
  36. [attributes]
  37.  
  38. MODELS=Telebit T2500 (Conventional Command Mode)
  39. NULL MODEM=0
  40. MAXIMUM SPEED=38400
  41. DEFAULT SPEED=38400
  42.  
  43. [commands]
  44.  
  45. ESCAPE=+++
  46. ATTENTION=ATE0V1
  47. HANGUP=ATH0
  48. SETUP=AT~&F1
  49. SETUP=ATE0V1W1
  50. SETUP=AT&S1&C1&D2X4W1S0=0
  51. ; NOTE: The following setup string consists of Enhanced commands, only.
  52. SETUP=AT~S50=0S97=1S98=3S105=0S106=1S108=1S110=1S153=0
  53. RTS/CTS ENABLED=AT&K3
  54. RTS/CTS IGNORED=AT&K0
  55. VOLUME OFF=ATM0
  56. VOLUME LOW=ATM1L1
  57. VOLUME MEDIUM=ATM1L2
  58. VOLUME HIGH=ATM1L3
  59. ANSWER=ATA
  60. MANUAL DIAL=ATX1S9=1D
  61. AUTO DIAL SETUP=ATS9=6
  62. AUTO PULSE DIAL=ATDP
  63. AUTO TONE DIAL=ATDT
  64. AUTO DIAL SUFFIX=,
  65.  
  66. [responses]
  67.  
  68. OK=OK
  69.  
  70. BUSY=BUSY
  71.  
  72. NO ANSWER=NO ANSWER
  73.  
  74. NO CARRIER=NO CARRIER
  75.  
  76. NO DIALTONE=NO DIAL TONE
  77. NO DIALTONE=NO DIALTONE
  78.  
  79. ERROR=ERROR
  80.  
  81. RING=RING
  82.  
  83. CONNECT,  38400, 38400=CONNECT FAST
  84. CONNECT,  38400, 38400=CONNECT 38400/REL
  85. CONNECT,  38400, 38400=CONNECT 38400
  86.  
  87. CONNECT,  38400, 19200=CONNECT FAST
  88. CONNECT,  38400, 19200=CONNECT 19200/REL
  89. CONNECT,  38400, 19200=CONNECT 19200
  90.  
  91. CONNECT,  38400, 9600=CONNECT 9600/REL
  92. CONNECT,  38400, 9600=CONNECT 9600
  93.  
  94. CONNECT,  38400, 4800=CONNECT 4800/REL
  95. CONNECT,  38400, 4800=CONNECT 4800
  96.  
  97. CONNECT,  38400, 2400=CONNECT 2400/REL
  98. CONNECT,  38400, 2400=CONNECT 2400
  99.  
  100. CONNECT,  38400, 1200=CONNECT 1200/REL
  101. CONNECT,  38400, 1200=CONNECT 1200
  102.  
  103.